Welcome![Sign In][Sign Up]
Location:
Search - 3d chart

Search list

[Multimedia program3Dpie

Description:
Platform: | Size: 1189888 | Author: janson | Hits:

[Windows Develop3Dbingtu

Description: VC6绘制3D饼状图 VC6绘制3D饼状图-VC6 draw 3D Pie Chart 3D Pie Chart Drawing VC6
Platform: | Size: 119808 | Author: lvshijin | Hits:

[Windows DevelopPEGRP32CGraphic

Description: 三维图形库PEGRP32C的演示源码,饼图,线图,3D图,各种,非常强大-Three-dimensional graphics library PEGRP32C demonstration source, pie chart, line graph, 3D maps, a variety of very powerful
Platform: | Size: 1290240 | Author: 杨先生 | Hits:

[Windows Develop3d_bintu

Description: 工作中需要使用到饼状图,在网上找了半天,也没有找到那种漂亮的3D饼状图的代码,都是2D的,不喜欢。 无意间,看到有人用.net实现的3D饼状图,得到启发,干脆自己做一个吧。 -Work required the use of the pie chart, look at the Internet for a long time and did not find the kind of beautiful 3D pie chart code, are 2D and do not like it. Inadvertently seen by someone. Net implementation of the 3D pie chart, be inspired, simply make their own one.
Platform: | Size: 45056 | Author: editasp | Hits:

[GDI-BitmapPieChart_demo

Description: 做出一个平面的饼图控件也许不难,但这是一个3D效果的饼图控件!在你的程序中使用它吧~-To make a pie chart of the control plane may be it is not difficult, but it is a 3D pie chart the effect of control! In the process you use it right ~
Platform: | Size: 43008 | Author: 周航 | Hits:

[GUI Developpiecontrol

Description: 饼图控件,实现了2D,3D效果,很好,很强大-Pie chart control, achieved a 2D, 3D effects, very good, very strong
Platform: | Size: 28672 | Author: chenruibin | Hits:

[JSP/JavaBarChart3DDemo1

Description: JFreeChart - Bar Chart 3D Demo 1-JFreeChart- Bar Chart 3D Demo 1
Platform: | Size: 2048 | Author: maxsti | Hits:

[JSP/JavaBarChart3DDemo2

Description: JFreeChart - Bar Chart 3D Demo 2-JFreeChart- Bar Chart 3D Demo 2
Platform: | Size: 2048 | Author: maxsti | Hits:

[Other Web Codeflash_057_carousel_xml

Description: 3D饼图配置文件 直接和Flash饼图直接相关-3D pie chart pie chart configuration file directly related to the direct and Flash
Platform: | Size: 65536 | Author: CDS | Hits:

[GUI DevelopPie

Description: 自绘的3D饼图,有exe可运行看效果,有多处接口,可自行修改。-Since the painting of the 3D pie chart, with multiple interface modify
Platform: | Size: 951296 | Author: vivian | Hits:

[DirextXSimplePieChartContrl-Improved3-DPieChart

Description: 简单的饼图图表控件,有3D效果的功能,老外编写.-Simple Pie Chart Control- Improved 3-D Pie Chart
Platform: | Size: 118784 | Author: 夏波 | Hits:

[Windows DevelopCP

Description: 适用于选1至9型、双色球等乐透彩票;3D、七星彩等数字彩票。 红球与蓝球走势用同一套指标,简单高效。 灵活、实用的统计分析功能详细地展示号码分布情况。 走势图直观地展示号码走势的规律。 支持旋转矩阵投注、复式投注、机选投注、胆拖投注、筛选投注、按位投注。 彩民可以通过VbScript脚本简单灵活地自定义指标观察走势、自定义筛选投注。 提供免费升级服务。 绿色软件,小巧实用。-Select 1 to 9 for type, color ball and other lottery tickets 3D, seven color, and other digital lottery. Trend of the red ball and basketball with the same set of indicators, simple and efficient. Flexible, practical details of the statistical analysis to show the distribution of numbers. Chart visually shows the trend of the law of numbers. Support the rotation matrix betting, multiple bets, betting election machine, Dantuo betting, betting selected by bit bets. Lottery VbScript script by simply observing the flexibility to customize the trend indicators, custom filters bets. Free upgrade service. Green software, compact and practical.
Platform: | Size: 110592 | Author: 小王 | Hits:

[CSharpColumnarChart

Description: C#生成3D柱状图,同时可修改柱状图的参数以调整柱状图的显示。此项目可运行-C# generate 3D bar chart, and can modify the parameters of the histogram to adjust the histogram display. This item can run
Platform: | Size: 104448 | Author: 没有鱼的水 | Hits:

[Special EffectsPieChart_demo

Description: 一个3D饼图的例子,可以旋转,平移,设置倾斜角度等等。-Example of a 3D pie chart, you can rotate, pan, set the angle and so on.
Platform: | Size: 84992 | Author: 陈晨 | Hits:

[GDI-Bitmap3DPie

Description: gdi+ 画的3D饼图,很好看,去除毛边-gdi+ drawing 3D pie chart
Platform: | Size: 175104 | Author: kansa | Hits:

[JSPJFreeChart-create-Line

Description: 通过JFreeChart插件,既可以生成普通效果的折线图,也可以生成3D效果的折线图。如果想生成普通效果的折线图,需要通过工厂类ChartFactory的createLineChart()方法获得JFreeChart类的实例;如果想生成3D效果的折线图,需要通过工厂类ChartFactory的createLineChart3D()方法获得JFreeChart类的实例。这两个方法的入口参数是完全相同的,各个入口参数的类型及功能请参见14.2.1节的表14.2。 可以分别通过绘图区对象CategoryPlot的getDomainAxis()方法和getRangeAxis()方法,获得横轴对象和纵轴对象,通过得到的轴对象可以设置绘制坐标轴的相关属性,常用方法及实现功能如表14.4所示。 -JFreeChart plugin by both effects can generate ordinary line chart, you can also generate 3D effects line chart. If you want to create a general effect of the line chart, you need through the factory class ChartFactory the createLineChart () method to obtain the instance of the JFreeChart class 3D effect if you want to generate a line chart, you need through the factory class ChartFactory the createLineChart3D () method to obtain JFreeChart instance of the class. Entrance parameters of these two methods are identical, each entry type and function parameters, see Section 14.2.1 Table 14.2. Respectively, through the drawing area can be the object CategoryPlot the getDomainAxis () method and getRangeAxis () method to obtain horizontal and vertical target object, the object can be set by the shaft axis to draw the relevant property, method and implementation of common functions such as Table 14.4 Instructions.
Platform: | Size: 24576 | Author: liu | Hits:

[Windows DevelopTeeChart8

Description: TeeChart8.ocx,是TeeChart最新版,用来做趋势图、饼图、曲线、3D图表等,可以在VB、VC中直接添加部件-TeeChart8. Ocx TeeChart latest edition, and is used for trend diagram, pie chart, curve and 3D illustrations etc, can be in VB, VC directly add components
Platform: | Size: 2454528 | Author: yangxianfeng | Hits:

[GDI-BitmapPieChart_src

Description: C#做的一个3D饼状图 可以根据需要随意定制要生成的饼状图-C# to do a 3D pie chart can be customized according to need to make to generate the pie chart to
Platform: | Size: 43008 | Author: 何为 | Hits:

[2D GraphicGraphLib

Description: 可生成曲线图、折线图、极坐标曲线图和折线图、条形图、柱状图、饼图、3D条形图、3D柱状图、3D饼图 -Can generate graphs, line charts, polar graphs and line charts, bar charts, histograms, pie charts, 3D bar, 3D bar graph, 3D pie chart
Platform: | Size: 836608 | Author: zhangchenjuan | Hits:

[3D Graphicziliao

Description: 这个是对3D文件的介绍与书籍的推荐!还有3D编程路线的线图-This is the introduction of 3D files and books recommended! There are 3D line chart programming
Platform: | Size: 1371136 | Author: 小艳 | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net